home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Final Destination 2 Press Kit
/
Final Destination 2 Press Kit.iso
/
pc
/
notes.dxr
/
Internal_1_startMovie.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-01-02
|
249 b
|
15 lines
global gStartTime
on startMovie
gStartTime = the timer
if not soundBusy(1) then
puppetSound(1, "Music")
end if
end
on stopMovie
endTime = the timer
totalTime = (endTime - gStartTime) / 60
trackSection(totalTime, the movieName)
end